icon: Stop calling gtk_widget_set_allocation
authorTimm Bäder <mail@baedert.org>
Thu, 4 May 2017 07:37:05 +0000 (09:37 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:11 +0000 (21:27 -0400)
commit2305ba577d4aa90d4e4f3800e9235bf2f384f43d
treee8d7ec3b3c96c465734c73f336502d4c631993e3
parent6c484ca4f36f4ab8ce5b330e93d954609717bca6
icon: Stop calling gtk_widget_set_allocation

The allocation passed to size-allocate is the content allocation so this
call doesn't make sense anymore.
gtk/gtkicon.c